home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 1
/
Merciful - Disc 1.iso
/
software
/
m
/
math_vision
/
mathvisionv2.1b.dms
/
mathvisionv2.1b.adf
/
DataTemplates
/
Pairs_Scaled
< prev
Wrap
Text File
|
1992-02-14
|
904b
|
39 lines
! Pairs_Scaled array of data pairs with count and scaling at top
!
!-------------------------------- Prototype of data file --------------------
! elements low_limit high_limit
! data, data
! data, data
! data, data
! data, data
!-------------------------------- Example of data file -----------------------
! 5 .4 .8 ! 5 elements, scaled from .4 to .8
! 4.3, 4.5 ! actual data
! 3.4, 2.4
! 5.6, 1.4
! 1.2, 7.8
! 6.7, 4.3
!--------------------------------
Define Elements Integer
Define Low Real
Define High Real
!------------------------------ Get Elements and Scaling Here ---------------
Read Elements
Read Low
Read High
!----------------------------------------------------------------------------
BeginStructure
DefArray Elements Low High
DefStruct 2 ! how many fields in structure
DefDataType IEEE8
DefDataType IEEE8
EndStruct
EndArray
EndStructure
RecurseRead